MUON
Projects
Help
Log in
Sign up
MUON home
Help
Muon tools
Plot Data
Plot Data
Launch gnuplot with given input data file(s) and properties
Input file(s)
inData
Description
the data input file
Type
csv
Quantifier
1 or more (mandatory)
Options
xcol
Description
the column number for the x axis data (default: 1)
Quantifier
0 or 1 (optional)
Related to
inData
ycol
Description
the column number for the y axis data (default: 2)
Quantifier
0 or 1 (optional)
Related to
inData
prop
Description
a property in the form 'key=value' that will be added to the gnuplot setting using the 'set key value' line. Examples: xrange, yrange, xlabel, ylabel, timefmt, key, logscale, ...
Quantifier
0 or more (optional)
xtime
Description
the time format for the x axis data: %H:%M, %M:%S. If the timefmt property is not set, x values are in ms
Quantifier
0 or 1 (optional)
ytime
Description
the time format for the y axis data: %H:%M, %M:%S. If the timefmt property is not set, y values are in ms
Quantifier
0 or 1 (optional)
xtic
Description
the column number for the x string representation
Quantifier
0 or 1 (optional)
Related to
inData
ytic
Description
the column number for the y string representation
Quantifier
0 or 1 (optional)
Related to
inData
style
Description
the data display style (default: line)
Quantifier
0 or 1 (optional)
Related to
inData
title
Description
the data title (default: name of file)
Quantifier
0 or 1 (optional)
Related to
inData
Output file(s)
outFig
Description
the output figure
Type
svg
plot
Description
the plot file used to compute the input file(s)
Type
plot